home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / rcs / renderim.h < prev    next >
Encoding:
Text File  |  1998-04-08  |  737 b   |  41 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dlorre:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    96.08.22.02.05.49;    author dlorre;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Oui.lib -- Object User Interface
  17. Projet créé en 1994
  18. Auteur: Dominique Lorre
  19. @
  20.  
  21.  
  22. 1.1
  23. log
  24. @Initial revision
  25. @
  26. text
  27. @// renderim.h
  28. // créé le : 14/07/94
  29. // auteur : Dominique Lorre
  30.  
  31. #define    IRD_Normal           (TAG_USER+1)
  32. #define    IRD_Selected         (TAG_USER+2)
  33. #define    IRD_Disabled         (TAG_USER+3)
  34. #define    IRD_Busy             (TAG_USER+4)
  35. #define    IRD_Indeterminate    (TAG_USER+5)
  36. #define    IRD_InactiveNormal   (TAG_USER+6)
  37. #define    IRD_InactiveSelected (TAG_USER+7)
  38. #define    IRD_InactiveDisabled (TAG_USER+8)
  39. #define    IRD_SelectedDisabled (TAG_USER+9)
  40. @
  41.